home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / text0583.txt < prev    next >
Encoding:
Text File  |  1994-09-20  |  637 b   |  19 lines

  1. I use ASLFileRequest to get a file, then I assign whatever it returns 
  2. (a file with its path) to a string variable and try to use WTitle to 
  3. change window's title to display that file:
  4.      WTitle filepath$,"my screens name"
  5. The screen's and window's titles get somehow screwd up after the next 
  6. window event it would seem. It contains some random strings, from 
  7. file requester, or etc...
  8.  
  9. It looks like there is a some string memory conflict, or something 
  10. like that.
  11.  
  12. Does anybody know how WTitle works? (Acid Software?) And under what 
  13. conditions it should be used?
  14.  
  15. ANY help is greatly appreciated!
  16. maciej, gorn4907@mars.rowan.edu
  17.  
  18.  
  19.